Conversation
[ci skip]
|
Same problems as MatrixAI/js-db#69, this is the source of it. |
|
Running a test.ts script that just So it seems ts-node is broken. Seems to not be transpiling with swc properly. This is broken in polykey repo and presumably everywhere we've updated to node 20 so far. I think the only reason it was revealed here is because of it being run on the worker script. |
|
Seems relevant. Pinning the version of |
|
The latest |
|
Oh I think I understand, apparently a later version of swc has a problem, and they want to rollback something or until ts-node fixes this TypeStrong/ts-node#2057. Then we just have to pin it to 1.3.82, the 1 patch version before that change that introduced that issue. On a side note, the ESM branches I've already stopped using |
|
Yep, the fix for now is pinning to |
>=`1.3.83` breaks ts-node until until TypeStrong/ts-node#2057 is merged and published.
5a0aabd to
dd71b1d
Compare
|
All fixed, Merging. |

Description
In this PR we are updating to node 20. This includes nix changes and package updates.
Issues Fixed
Tasks
Final checklist